home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / The Regulator 1.2 / The Regulator source / bomb.c next >
Encoding:
Text File  |  1992-06-17  |  141 b   |  12 lines  |  [TEXT/KAHL]

  1. /*
  2. ** Bomb
  3. **
  4. ** DebugStr describing what failed
  5. */
  6. Bomb(err, message)
  7. OSErr    err;
  8. Str255    message;
  9. {
  10.     if (err != noErr)
  11.         DebugStr(message);
  12. }